- da_g_base64_decode
alias da_g_base64_decode = guchar* function(const(gchar)* text, gsize* out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_base64_decode_inplace
alias da_g_base64_decode_inplace = guchar* function(gchar* text, gsize* out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_base64_decode_step
alias da_g_base64_decode_step = gsize function(const(gchar)* in_, gsize len, guchar* out_, gint* state, guint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_base64_encode
alias da_g_base64_encode = gchar* function(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_base64_encode_close
alias da_g_base64_encode_close = gsize function(gboolean break_lines, gchar* out_, gint* state, gint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_base64_encode_step
alias da_g_base64_encode_step = gsize function(const(guchar)* in_, gsize len, gboolean break_lines, gchar* out_, gint* state, gint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_decode
guchar* g_base64_decode(const(gchar)* text, gsize* out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_decode_inplace
guchar* g_base64_decode_inplace(gchar* text, gsize* out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_decode_step
gsize g_base64_decode_step(const(gchar)* in_, gsize len, guchar* out_, gint* state, guint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_encode
gchar* g_base64_encode(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_encode_close
gsize g_base64_encode_close(gboolean break_lines, gchar* out_, gint* state, gint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_encode_step
gsize g_base64_encode_step(const(guchar)* in_, gsize len, gboolean break_lines, gchar* out_, gint* state, gint* save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_decode
da_g_base64_decode g_base64_decode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_decode_inplace
da_g_base64_decode_inplace g_base64_decode_inplace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_decode_step
da_g_base64_decode_step g_base64_decode_step;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_encode
da_g_base64_encode g_base64_encode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_encode_close
da_g_base64_encode_close g_base64_encode_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_base64_encode_step
da_g_base64_encode_step g_base64_encode_step;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.